'宣言
Public Class ItemsPanelBase
(Of T As ComboEditorItemBase(Of TControl),
TControl As FrameworkElement)
Inherits System.Windows.Controls.Panel
public class ItemsPanelBase<T,TControl> : System.Windows.Controls.Panel where T: ComboEditorItemBase<TControl> where TControl: FrameworkElement